GraphicsFormats package for Buoy

RawPngImporter.OpenFromBytes Method

Opens a PNG Image from a Bytes buffer.

OpenFromBytes(
   data as Bytes) as RawBitmap

Parameters

data
The Bytes buffer data containing a PNG image to import from.

Returns

RawBitmap
Returns the imported Picture as RawBitmap.

Remarks

This method can throw GraphicsFormatsException.

See Also

RawPngImporter Class